object FolderProcessor: TFolderProcessor Left = 283 Top = 254 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Processing Folders' ClientHeight = 146 ClientWidth = 327 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lbCurrent: TLabel Left = 16 Top = 8 Width = 297 Height = 33 AutoSize = False ShowAccelChar = False WordWrap = True end object lbAll: TLabel Left = 16 Top = 72 Width = 79 Height = 13 Caption = 'Overall progress:' end object bCancel: TButton Left = 116 Top = 116 Width = 97 Height = 25 Cancel = True Caption = 'Cancel' Default = True TabOrder = 0 OnClick = bCancelClick end object pbCurrent: TProgressBar Left = 16 Top = 48 Width = 297 Height = 17 TabOrder = 1 end object pbAll: TProgressBar Left = 16 Top = 88 Width = 297 Height = 17 TabOrder = 2 end end